Micron Document
Fox's Git Mirrors

Node / RFnexus / code.git / commits / e83dbce

Commit e83dbce91f8aecb7d4ac963cdcfa191daaf01b99


Parents : 0bb0eaf
Author : Ahmet Inan <inan@aicodix.de>
Date : 2023-07-15T13:27:02+02:00

added ber plot

Changes

2 files changed, 5 insertions(+), 0 deletions(-)

M README.md +5

Diff

diff --git a/README.md b/README.md
index c536ccc..779e01e 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,11 @@ Successive cancellation [list decoding](https://en.wikipedia.org/wiki/List_decod
List size depends on used SIMD type. Decoding performance of the fixed-point implementation is better with shorter codes, as the list size is larger but a deterioration can be observed with larger codes.
+### [polar_parity_aided.hh](polar_parity_aided.hh)
+
+Parity check aided successive cancellation [list decoding](https://en.wikipedia.org/wiki/List_decoding) of [polar codes](https://en.wikipedia.org/wiki/Polar_code_(coding_theory)).
+![Polar decoder comparisons](polar_ber.png)
+
### [osd.hh](osd.hh)
Ordered statistics decoding allows the practical [soft-decision decoding](https://en.wikipedia.org/wiki/Soft-decision_decoder) of short to medium sized [linear codes](https://en.wikipedia.org/wiki/Linear_code).

diff --git a/polar_ber.png b/polar_ber.png
new file mode 100644
index 0000000..82a24bc
Binary files /dev/null and b/polar_ber.png differ

Served by rngit 1.4.1 - Generated in 0.05s